home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / SAT 2.4.0 / SAT / Add-ons / Load faces / FaceFromPICT.h < prev    next >
Encoding:
Text File  |  1997-03-01  |  467 b   |  14 lines  |  [TEXT/KAHL]

  1. // FaceFromPICT
  2. // Reads ONE sprite face from PICTs of its color and B/W image and mask.
  3. // Also includes headers for the cousin functions SATGetFaceFromICN (reads
  4. // a face from a #ICN) and FaceFromText. (All declarations for Pascal-
  5. // declared functions!)
  6.  
  7. #include <SAT.h>
  8.  
  9. pascal FacePtr GetFaceFromPICT(short colorPICTid,short bwPICTid,short maskPICTid);
  10.  
  11. pascal FacePtr SATGetFaceFromICN(short id);
  12.  
  13. pascal FacePtr FaceFromText(Str255 myString, short shadow);
  14.